@charset "utf-8";
body{
    background-color: #D7BDA6;
}

.navbar.fixed-top.navbar-expand-lg.navbar-light.bg-light #navbarSupportedContent1 {
    margin-left: 316px;
}

.logo {
    margin-left: 39px;
}
.piedepágina {
    width: 100%;
    height: 90px;
    bottom: fixed;
    clear: none;
    margin-top: 255px;
    background-color: #4A2C13;
    color: #D7BDA6;
    text-align: center;
    padding-top: 34px;
}
.iconos {
    width: 100%;
    margin-top: -13px;
	padding-top: 1px;
}
.iconos img {
    margin-left: 12px;
}
.galeria-section{
    margin-top:80px;
    margin-bottom:120px;
}

.titulo-galeria{
    color: #4A2C13;
    font-size: 60px;
    margin-bottom: 50px;
    text-align: center;
    font-family: lato;
    font-style: italic;
    font-weight: 900;
}

.img-central{
    width:100%;
    max-width:500px;
    height:650px;
    object-fit:cover;
    border-radius:25px;
    box-shadow:0 10px 25px rgba(0,0,0,.25);
    transition:.5s;
}

.img-central:hover{
    transform:scale(1.02);
}

.img-lateral{
    width:100%;
    max-width:260px;
    height:500px;
    object-fit:cover;
    border-radius:20px;
    opacity:.85;
    box-shadow:0 5px 20px rgba(0,0,0,.15);
    transition:.5s;
}

.img-lateral:hover{
    opacity:1;
    transform:scale(1.03);
}

.carousel-item{
    padding-bottom:80px;
    transition:transform .8s ease-in-out;
}

.flecha-galeria{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#8B4E1E;
    color:white;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:30px;
    font-weight:bold;
}

.carousel-control-prev{
    left:-70px;
}

.carousel-control-next{
    right:-70px;
}

.carousel-indicators{
    bottom:-20px;
}

.carousel-indicators li{
    width:14px;
    height:14px;
    border-radius:50%;
    background:#D7BDA6;
    opacity:1;
    margin:0 6px;
}

.carousel-indicators .active{
    background:#4A2C13;
}

@media (max-width:768px){

    .titulo-galeria{
    font-size: 40px;
    text-align: center;
    font-family: lato;
    font-style: normal;
    font-weight: 100;
    }

    .img-central{
        height:450px;
        margin-bottom:20px;
    }

    .img-lateral{
        height:300px;
        margin-bottom:20px;
    }

    .carousel-control-prev{
        left:0;
    }

    .carousel-control-next{
        right:0;
    }
}
